Autogenerated HTML docs for v1.5.6-rc3-7-g336d0 
diff --git a/RelNotes-1.5.6.txt b/RelNotes-1.5.6.txt index 0d2608c..b22bfa8 100644 --- a/RelNotes-1.5.6.txt +++ b/RelNotes-1.5.6.txt 
@@ -21,8 +21,10 @@  (documentation)    * Many freestanding documentation pages have been converted and made - available to "git help" (aka "man git-<command>") as section 7 of the - manual pages. + available to "git help" (aka "man git<something>") as section 7 of + the manual pages. This means bookmarks to some HTML documentation + files may need to be updated (eg "tutorial.html" became + "gittutorial.html").    (performance)   
diff --git a/git-http-push.html b/git-http-push.html index 7ba19b7..347af19 100644 --- a/git-http-push.html +++ b/git-http-push.html 
@@ -278,8 +278,8 @@  <div class="sectionbody">   <p>Sends missing objects to remote repository, and updates the   remote branch.</p>  -<p><strong>NOTE</strong>: This command is temporarily disabled if your cURL  -library is older than 7.16, as the combination has been reported  +<p><strong>NOTE</strong>: This command is temporarily disabled if your libcurl  +is older than 7.16, as the combination has been reported   not to work and sometimes corrupts repository.</p>   </div>   <h2>OPTIONS</h2>  @@ -426,7 +426,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 08-Jun-2008 22:46:42 UTC  +Last updated 16-Jun-2008 01:52:17 UTC   </div>   </div>   </body>  
diff --git a/git-http-push.txt b/git-http-push.txt index 8d32a92..d69b205 100644 --- a/git-http-push.txt +++ b/git-http-push.txt 
@@ -15,8 +15,8 @@  Sends missing objects to remote repository, and updates the  remote branch.   -*NOTE*: This command is temporarily disabled if your cURL -library is older than 7.16, as the combination has been reported +*NOTE*: This command is temporarily disabled if your libcurl +is older than 7.16, as the combination has been reported  not to work and sometimes corrupts repository.    OPTIONS 
diff --git a/howto-index.html b/howto-index.html index 185bdda..2e5fcd6 100644 --- a/howto-index.html +++ b/howto-index.html 
@@ -368,7 +368,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 08-Jun-2008 01:34:50 UTC  +Last updated 16-Jun-2008 01:52:17 UTC   </div>   </div>   </body>  
diff --git a/howto/setup-git-server-over-http.txt b/howto/setup-git-server-over-http.txt index b7d09c1..4032748 100644 --- a/howto/setup-git-server-over-http.txt +++ b/howto/setup-git-server-over-http.txt 
@@ -186,7 +186,7 @@  ------------------------    Make sure that you have HTTP support, i.e. your git was built with -curl (version more recent than 7.10). The command 'git http-push' with +libcurl (version more recent than 7.10). The command 'git http-push' with  no argument should display a usage message.    Then, add the following to your $HOME/.netrc (you can do without, but will be